Revert "fix travis builds"
authortsteven4 <tsteven4@gmail.com>
Fri, 18 May 2018 21:37:38 +0000 (15:37 -0600)
committertsteven4 <tsteven4@gmail.com>
Fri, 18 May 2018 21:37:38 +0000 (15:37 -0600)
This reverts commit 3e5d604ad38573a755d5c2fdf1d9593dc6a76d1d.

.travis.yml
build_and_test

index 2a9029ab67ee270e9e26a4a68af3ade4977b6c5c..4704d9ceb86de6e76fee1fec87b20b15166d53cb 100644 (file)
@@ -55,7 +55,7 @@ install:
 
 script:
   - if [ "${USE_DOCKER}" = "true" ]; then ./docker_hook; fi
-  - if [ "${USE_DOCKER}" = "false" ]; then LDFLAGS=-Wl,-rpath,/opt/qt${QT_VERSION}/lib ./build_and_test; fi
-  - unset QTDIR; unset LD_LIBRARY_PATH; unset PKG_CONFIG_PATH; # partially undo qt${QT_VERSION}-env.sh for linuxdeployqt based on https://github.com/probonopd/linuxdeployqt
+  - if [ "${USE_DOCKER}" = "false" ]; then  LDFLAGS=-Wl,-rpath,/opt/qt${QT_VERSION}/lib ./build_and_test; fi
+  - ./gpsbabel -D 1
   - if [ "${USE_DOCKER}" = "false" ]; then export VERSION=$(git rev-parse --short HEAD); fi # linuxdeployqt uses this for naming the file
   - if [ "${USE_DOCKER}" = "false" ]; then cd gui; QMAKE=/opt/qt${QT_VERSION}/bin/qmake LINUXDEPLOYQT=../linuxdeployqt ./makeappimage.sh; fi
index 7e5b5e627c4b6fc40d48fe702d0886fe813ddf5a..6e654bedc80c1eec895b5e314f3d01e418293b3e 100755 (executable)
@@ -27,7 +27,6 @@ mkdir -p $GBTEMP
 make toolinfo
 make clean
 make
-./gpsbabel -D 1 || true
 make linux-gui
 make doc
 make gpsbabel.html